projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef5e6a
)
(vip-emacs-local-map, vip-change-mode-to-emacs): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:33:15 +0000
(
02:33
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:33:15 +0000
(
02:33
+0000)
lisp/emulation/vip.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/vip.el
b/lisp/emulation/vip.el
index 227fe88b1a18516a717b8b6e69841e3c19f00b99..8b5109793c0687e6633bebf268d0224e0e4d7f44 100644
(file)
--- a/
lisp/emulation/vip.el
+++ b/
lisp/emulation/vip.el
@@
-45,7
+45,7
@@
;; external variables
(defvar vip-emacs-local-map nil
- "Local map used in
e
macs mode. (Buffer-specific.)")
+ "Local map used in
E
macs mode. (Buffer-specific.)")
(defvar vip-insert-local-map nil
"Local map used in insert command mode. (Buffer-specific.)")
@@
-447,7
+447,7
@@
Type `n' to quit this window for now.\n")
(vip-change-mode 'insert-mode))
(defun vip-change-mode-to-emacs ()
- "Change mode to
e
macs mode."
+ "Change mode to
E
macs mode."
(interactive)
(vip-change-mode 'emacs-mode))